home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet multimedia
/
Animacje, filmy i prezentacje
/
Edytory i konwertery filmow
/
Gordian Knot rippack 0.35.0 pack2
/
GordianKnot.RipPack.0.35.0.Setup.2.exe
/
AvisynthPlugins
/
aWarpSharp.xml
< prev
next >
Wrap
Extensible Markup Language
|
2004-10-01
|
2KB
|
35 lines
<?xml version="1.0" encoding="utf-8"?>
<!--AviSynth plugin description version 1.1-->
<plugin name="aWarpSharp">
<description />
<filters>
<filter name="aWarpSharp" category="Sharpen/Soften Plugins" helpfile="awarpSharp" type="clip">
<description>A warp sharpening filter.</description>
<colorspaces>
<colorspace>yv12</colorspace>
</colorspaces>
<parameters>
<parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
<description />
<items />
</parameter>
<parameter name="depth" type="float" default="16.0" max="0" min="0" step="0" optional="True" paramList="False">
<description>1 of the 2 settings ( with BlurLevel) you need to tweak to achieve any effect</description>
<items />
</parameter>
<parameter name="blurlevel" type="float" default="2" max="0" min="0" step="0" optional="True" paramList="False">
<description>1 of the 2 settings (with Depth) you need to tweak to achieve any effect. Consumes cpu power, but gives a big boost to the warpsharpenning.</description>
<items />
</parameter>
<parameter name="thresh" type="float" default="0.5" max="0" min="0" step="0" optional="True" paramList="False">
<description>It's the bump mapping saturation setting. Default value is recommended for maximum quality.....</description>
<items />
</parameter>
<parameter name="cm" type="int" default="2" max="2" min="0" step="0" optional="True" paramList="False">
<description>cm=0 will disable chroma filtering. cm=1 enables chroma warping with luma bump map (recommended). cm=2 enables chroma independent warping & bump map.</description>
<items />
</parameter>
</parameters>
</filter>
</filters>
</plugin>